.food_mood .b2j_alfheim_gallery_pro_pagination li{
	list-style:none;
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:24px;
	height:24px;
	margin:0 4px;
}
.food_mood .b2j_alfheim_gallery_pro_pagination{
	display: inline-block;
	vertical-align:middle;
	margin: 0 !important;
	padding:10px 0!important;
}
.food_mood .b2j_alfheim_gallery_pro_pagination a{
	width:100%;
	height:100%;
	display:block;
	font-size:16px;
	color:#3c3c3c;
	line-height:22px;
	text-decoration:none;
	width:22px;
	height:22px;
}
.food_mood .b2j_alfheim_gallery_pro_pagination .page{
	text-align:center;
}
.food_mood .b2j_alfheim_gallery_pro_pagination .prev_page{
	position:relative;
	cursor:pointer;
}
.food_mood .b2j_alfheim_gallery_pro_pagination .prev_page:after{
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 14px;
    -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    width: 10px;
}
.food_mood .b2j_alfheim_gallery_pro_pagination .prev_page:before{   
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 8px;
    -moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
    width: 10px;
}
.food_mood .b2j_alfheim_gallery_pro_pagination .next_page{
	position:relative;
	cursor:pointer;
}
.food_mood .b2j_alfheim_gallery_pro_pagination .next_page:after{
    content: "";
    display: block;
    height: 1px;
    right: 0;
    position: absolute;
    top: 8px;
    -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    width: 10px;
}
.food_mood .b2j_alfheim_gallery_pro_pagination .next_page:before{   
    content: "";
    display: block;
    height: 1px;
    right: 0;
    position: absolute;
    top: 14px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
    width: 10px;
}

.food_mood{
	display:block;
	font-size:0;
	border-top: 1px solid #c2c2c2 !important;
	margin-top:15px;
}
.food_mood .page_count{
	display:none;
}